This project is a simple Minecraft-like game written in C using the Raylib library for rendering and a custom network library for multiplayer support.
Clone the repository:
git clone https://github.com/yourusername/Minecraft.git
cd Minecraft
Build the project:
Compile Nob (only once !)
gcc -o nob nob.c
Run the compiled Nob:
./nob
Start the server:
./build/server.exe
Start the client:
./build/game.exe
Z, Q, S, F: Move the playerLeft Shift: Sprint